Name | Description | |
---|---|---|
![]() | PagesCollection<T> Constructor | Overloaded. |
The following tables list the members exposed by PagesCollection<T>.
Name | Description | |
---|---|---|
![]() | PagesCollection<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the System.Collections.ICollection. |
![]() | Document | Gets the document. |
![]() | FileVersion | Gets the file version. |
![]() | Fonts | Gets the fonts collection. |
![]() | IsFixedSize | Gets whether the System.Collections.IList has a fixed size. |
![]() | IsReadOnly | Gets whether the System.Collections.IList is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). |
![]() | Item | Returns a Page object at specified index in the collection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a new item into the cache. |
![]() | AddRange | Overloaded. Adds the elements of an array of pages to the end of the pages collection. |
![]() | Clear | Removes all the page objects from the page collection. |
![]() | Clone | Performs a cloning of this instance. |
![]() | Contains | Overloaded. Determines whether the System.Collections.IList contains a specific value. |
![]() | CopyTo | Overloaded. Copies the elements of the System.Collections.ICollection to an System.Array, starting at a given System.Array index. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. |
![]() | IndexOf | Overloaded. Gets the index of a specific item in the System.Collections.IList. |
![]() | Insert | Overloaded. Inserts an item to the System.Collections.IList at the specified index. |
![]() | InsertNew | Inserts a new page element into the pages collection at the specified index. |
![]() | InsertRange | Overloaded. Inserts the elements from page collections objects into the pages collection at the specified index. |
![]() | Remove | Overloaded. Removes the first occurrence of a specific object from the System.Collections.IList. |
![]() | RemoveAt | Removes item by index. |